"addImages", {images: [imageFilePath],  linkFile: urlFilePath}
"addImages", {images: [path, path] }
"afterGalleryUpdate"
"change_data", {value: [] }
"change_file", {value,  oldValue}
"change_settings", {value: newValue}
"change_sorting", {value: "artist"}			// artist / date
"change_thumbSize", {width, height}
"convertToJpg", {value,  oldValue,  data}
"deletePicture", {value: file}
"init"
"modify_data", {now: false}
"modify_settings", {value: settings,  now: false}
"askDialog", {text: "", icon: "icon_info", yesLabel:"Yup", noLabel:"Nah",  defaultButton: "no",  callback: function( reply_bool ){} }
"editSettings"
"openDialog"
"closeDialog", {dialogsStillOpen: true}
"requestDataHeight", {callback}
"requestTaskerState", {callback}
"requestThumb", {find: "artist_fileName",  callback}				=>  {value: thisThumb,  index: i}
"requestThumb", {find: "artistName",  callback}					=>  {value: thisThumb,  index: i}
"resize", {width: w, height: h}
"selectThumb", {value: thisThumb,  index: i}
"task", {command: "convertToJpg",  oldFile,  newFile,  delayUid: #####,  getParams:function,  callback}
"task", {command: "deleteFiles",  files: [],  delayUid: #####,  getParams:function }
"task", {command: "loadTextFile",  file,  delayUid: #####,  getParams:function,  callback}
"showMessage", {value: "Some text"}
"openContextMenu", {thumb: thumb_mc}
"closeContextMenu"
"requestMenuBarHeight", {callback}
"unload"

"createNewThumb", {id: "artist_filename",  text: "",  progress: 1,  maxProgress: 10,  file: "path\filename_t.jpg",  canEdit: false,  data:{date: "2025-06-27",  artist: "picasso",  file: "artist_filename.jpg",  tags: [tag,tag]},  callback(thumb_mc) }
"updateThumb", {id: "artist_filename",  text: "",  progress: 1,  maxProgress: 10,  file: "path\filename_t.jpg",  canEdit: false,  url,  data:{date: "2025-06-27",  artist: "picasso",  file: "artist_filename.jpg",  tags: [tag,tag] },  callback(thumb_mc) }
"addNewData", {callback}
"busy"
"idle"